home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / intro.dir / 00017_Script_url rollover < prev    next >
Text File  |  1999-03-01  |  334b  |  21 lines

  1.  
  2. on mouseEnter me
  3.   set the member of sprite the currentSpriteNum to "urlON"
  4.  
  5. end
  6.  
  7. on mouseWithin me
  8.   set the member of sprite the currentSpriteNum to "urlON"
  9.  
  10. end
  11.  
  12. on mouseLeave me
  13.   set the member of sprite the currentSpriteNum to "urlOFF"
  14.  
  15. end
  16.  
  17. on mouseDown me
  18.   goToNetPage "http://www.angrymonkey.com"
  19.  
  20. end
  21.